Goto

Collaborating Authors

 Kuwait


The Roomba Was a Disappointment

The Atlantic - Technology

The best-known manufacturer of autonomous vacuums declared bankruptcy this week, and no one should be surprised. The home-vacuum robot began, like most things, with war. In August 1990, the same month and year Saddam Hussein invaded Kuwait, three MIT roboticists incorporated the company that would eventually become iRobot, the maker of the Roomba. In its first decade, iRobot began to assemble a small-droid A-team for the theater of combat. The Ariel defused mines; the PackBot handled bomb disposal.


Democratic or Authoritarian? Probing a New Dimension of Political Biases in Large Language Models

Piedrahita, David Guzman, Strauss, Irene, Schölkopf, Bernhard, Mihalcea, Rada, Jin, Zhijing

arXiv.org Artificial Intelligence

As Large Language Models (LLMs) become increasingly integrated into everyday life and information ecosystems, concerns about their implicit biases continue to persist. While prior work has primarily examined socio-demographic and left--right political dimensions, little attention has been paid to how LLMs align with broader geopolitical value systems, particularly the democracy--authoritarianism spectrum. In this paper, we propose a novel methodology to assess such alignment, combining (1) the F-scale, a psychometric tool for measuring authoritarian tendencies, (2) FavScore, a newly introduced metric for evaluating model favorability toward world leaders, and (3) role-model probing to assess which figures are cited as general role-models by LLMs. We find that LLMs generally favor democratic values and leaders, but exhibit increased favorability toward authoritarian figures when prompted in Mandarin. Further, models are found to often cite authoritarian figures as role models, even outside explicit political contexts. These results shed light on ways LLMs may reflect and potentially reinforce global political ideologies, highlighting the importance of evaluating bias beyond conventional socio-political axes. Our code is available at: https://github.com/irenestrauss/Democratic-Authoritarian-Bias-LLMs.


Smart Spatial Planning in Egypt: An Algorithm-Driven Approach to Public Service Evaluation in Qena City

Shamroukh, Mohamed, Aziz, Mohamed Alkhuzamy

arXiv.org Artificial Intelligence

The availability and sophistication degree of such services are fair measures of progress for any city. In this context, Geographic information systems " GIS " offers solutions that support the decision - making processes regarding management, planning and distribution of services, ultimately improving the standard of living in cities (Aziz, 2007, p. 11). Investigating services planning standards is one of the most relevant issues concerning human progress regarding its proper definition and needs. Planning standards can be reconsidered by studying the variation in the distribution of geographical phenomena and the characteristi cs of geographic areas. More effort should be exerted in defining these standards parallel to the characteristics of each region. Such efforts will facilitate appropriate allocation s of services and accurate definitions of future developmental efforts. The problem of the study is that the planning standards are not suitable for the characteristics of the Egyptian cities, which include more population and intensive daily use of services. The solution to this problem is to create new planning standards that suit the rapidly changing nature of cities, and to generate these criteria current services and their intensity and the built - up areas are going to be used to reflect the characteristics of the city, taking this abroach is a new way to generate such criteria. This study attempts to derive planning standards for public services in the city of Qena that are compatible with the characteristics of the city, the geographical distribution of the population, the built - up area, and the services therein.


Congress unveils 900B defense bill targeting China with tech bans, investment crackdown, US troop pay raise

FOX News

House and Senate negotiators released a $900 billion defense bill targeting China with new investment restrictions, technology bans, and expanded military competition measures.


Spatiotemporal Satellite Image Downscaling with Transfer Encoders and Autoregressive Generative Models

Xiang, Yang, Zhong, Jingwen, Yan, Yige, Koutrakis, Petros, Garshick, Eric, Franklin, Meredith

arXiv.org Machine Learning

We present a transfer-learning generative downscaling framework to reconstruct fine resolution satellite images from coarse scale inputs. Our approach combines a lightweight U-Net transfer encoder with a diffusion-based generative model. The simpler U-Net is first pretrained on a long time series of coarse resolution data to learn spatiotemporal representations; its encoder is then frozen and transferred to a larger downscaling model as physically meaningful latent features. Our application uses NASA's MERRA-2 reanalysis as the low resolution source domain (50 km) and the GEOS-5 Nature Run (G5NR) as the high resolution target (7 km). Our study area included a large area in Asia, which was made computationally tractable by splitting into two subregions and four seasons. We conducted domain similarity analysis using Wasserstein distances confirmed minimal distributional shift between MERRA-2 and G5NR, validating the safety of parameter frozen transfer. Across seasonal regional splits, our model achieved excellent performance (R2 = 0.65 to 0.94), outperforming comparison models including deterministic U-Nets, variational autoencoders, and prior transfer learning baselines. Out of data evaluations using semivariograms, ACF/PACF, and lag-based RMSE/R2 demonstrated that the predicted downscaled images preserved physically consistent spatial variability and temporal autocorrelation, enabling stable autoregressive reconstruction beyond the G5NR record. These results show that transfer enhanced diffusion models provide a robust and physically coherent solution for downscaling a long time series of coarse resolution images with limited training periods. This advancement has significant implications for improving environmental exposure assessment and long term environmental monitoring.


From Vision to Validation: A Theory- and Data-Driven Construction of a GCC-Specific AI Adoption Index

Albous, Mohammad Rashed, Anouze, Abdel Latef

arXiv.org Artificial Intelligence

Artificial intelligence (AI) is rapidly transforming public - sector processes worldwide, yet standardized measures rarely address the unique drivers, governance models, and cultural nuances of the Gulf Cooperation Council (GCC) countries. This study employs a theory - driven foundation derived from an in - depth analysis of literature review and six National AI Strategies (NASs), coupled with a data - driven approach that utilizes a survey of 203 mid - and senior - level government employees and advanced statistical techniques (K - Means clustering, Principal Component Analysis, and Partial Least Squares Structural Equation Modeling). By combining policy insights with empirical evidence, the research develops and validates a novel AI Adoption Index specifically tailored to the GCC public sector. Findings indicate that robust technical infrastructure and clear policy mandates exert the strongest influence on successful AI implementations, overshadowing organizational readiness in early adoption stages. The combined model explains 70% of the variance in AI outcomes, suggesting that resource - rich environments and top - down policy directives can drive rapid but uneven technology uptake. By consolidating key dimensions (Technical Infrastructure (TI), Organizational Readiness (O R), and Governance Environment (GE)) into a single composite index, this study provides a holistic yet context - sensitive tool for benchmarking AI maturity. The index offers actionable guidance for policymakers seeking to harmonize large - scale deployments w ith ethical and regulatory standards. Beyond advancing academic discourse, these insights inform more strategic allocation of resources, cross - country cooperation, and capacity - building initiatives, thereby supporting sustained AI - driven transformation in the GCC region and beyond.


On Defining Neural Averaging

Lee, Su Hyeong, Ngo, Richard

arXiv.org Artificial Intelligence

What does it even mean to average neural networks? We investigate the problem of synthesizing a single neural network from a collection of pretrained models, each trained on disjoint data shards, using only their final weights and no access to training data. In forming a definition of neural averaging, we take insight from model soup, which appears to aggregate multiple models into a singular model while enhancing generalization performance. In this work, we reinterpret model souping as a special case of a broader framework: Amortized Model Ensembling (AME) for neural averaging, a data-free meta-optimization approach that treats model differences as pseudogradients to guide neural weight updates. We show that this perspective not only recovers model soup but enables more expressive and adaptive ensembling strategies. Empirically, AME produces averaged neural solutions that outperform both individual experts and model soup baselines, especially in out-of-distribution settings. Our results suggest a principled and generalizable notion of data-free model weight aggregation and defines, in one sense, how to perform neural averaging.


Forget Yellowstone or Etna! 'Hidden' volcanoes pose the greatest risk to the world, scientists warn - after little-known mount erupts in Ethiopia

Daily Mail - Science & tech

Karoline Leavitt's family member'abruptly arrested' by ICE after living in US for decades Sir Richard Branson reveals his wife Joan died'quickly and painlessly' while in hospital for a back injury - as he says'life will never be the same' without his'shining star' Residents in liberal Western US city feel'isolated' as state turns extremely red What HAS happened to Beyoncé? Suddenly desperate, I know what's really going on... and it's ugly: CAROLINE BULLOCK LIZ JONES: Sorry, but it's now time for Kate to stop making excuses Teenager dragged from car'by migrant gang' and raped in front of her fiancé describes her night of hell and reveals they warned her'if you scream we'll kill you' Virginia Giuffre's family is at war over who gets Andrew's multi-million payout after she died without leaving a will Prince Philip nicknamed Meghan Markle'DOW' and warned Royal Family about her'eerie similarities' with Wallis Simpson, royal author reveals Sports broadcaster's wife suffers unimaginable tragedy just before he goes on air New'Hollywood of the South' emerges as booming industry generates $1bn... but long-time residents are furious University of Minnesota program offers guidelines to'reverse the whiteness pandemic' Putin'sends top general to Venezuela along with troops tasked with training up President Maduro's forces' as US considers attacking South American country Forget Yellowstone or Etna! 'Hidden' volcanoes pose the greatest risk to the world, scientists warn - after little-known mount erupts in Ethiopia READ MORE: Scientists discover a new hole in one of Yellowstone's basins A little-known Ethiopian volcano has erupted for the first time in at least 12,000 years - sparking fears that'hidden' volcanoes are being missed. Professor Mike Cassidy, a volcanologist at the University of Birmingham, says the world's overlooked volcanoes'pose the greatest threat'. Known as'hidden' volcanoes, they're less famous than Yellowstone or Etna even among scientists - which means they're not being monitored as much. Examples include El Chichón in Mexico, Mount Pinatubo in the Philippines, Mount Merapi in Indonesia and La Soufrière on the Caribbean island of Saint Vincent.


Cross-Domain Generalization of Multimodal LLMs for Global Photovoltaic Assessment

Guo, Muhao, Weng, Yang

arXiv.org Artificial Intelligence

Table I summarizes the datasets used for training and evaluation. Both baseline models and the PV AL framework were fine-tuned on 2,000 annotated tiles from Santa Ana, CA. The large-scale evaluation set includes about 100,000 tiles from Tempe and Santa Ana, while 480 tiles per region were used for cross-domain generalization tests across diverse climates and geographies. B. Multimodal LLM Configuration Configuring the PV AL system for solar panel detection involves a multi-faceted approach that integrates prompt engineering, output standardization, and supervised fine-tuning. This configuration is critical for steering the foundational GPT -4o model towards the specific, high-precision task of geospatial analysis. Prompt Task Decomposition Identify the presence of solar panels in images of residential rooftops, and determine their locations and quantity within the images. You will be provided with images that may contain residential rooftop solar systems. Analyze each image to detect solar panels. Steps: 1. ** Image Analysis **: Examine the entire image to identify any objects that appear to be solar panels.


Re(Visiting) Time Series Foundation Models in Finance

Rahimikia, Eghbal, Ni, Hao, Wang, Weiguan

arXiv.org Artificial Intelligence

Financial time series forecasting is central to trading, portfolio optimization, and risk management, yet it remains challenging due to noisy, non-stationary, and heterogeneous data. Recent advances in time series foundation models (TSFMs), inspired by large language models, offer a new paradigm for learning generalizable temporal representations from large and diverse datasets. This paper presents the first comprehensive empirical study of TSFMs in global financial markets. Using a large-scale dataset of daily excess returns across diverse markets, we evaluate zero-shot inference, fine-tuning, and pre-training from scratch against strong benchmark models. We find that off-the-shelf pre-trained TSFMs perform poorly in zero-shot and fine-tuning settings, whereas models pre-trained from scratch on financial data achieve substantial forecasting and economic improvements, underscoring the value of domain-specific adaptation. Increasing the dataset size, incorporating synthetic data augmentation, and applying hyperparameter tuning further enhance performance.